3.1949 \(\int \frac{1}{\sqrt{a d e+(c d^2+a e^2) x+c d e x^2}} \, dx\)

Optimal. Leaf size=82 \[ \frac{\tanh ^{-1}\left (\frac{a e^2+c d^2+2 c d e x}{2 \sqrt{c} \sqrt{d} \sqrt{e} \sqrt{x \left (a e^2+c d^2\right )+a d e+c d e x^2}}\right )}{\sqrt{c} \sqrt{d} \sqrt{e}} \]

[Out]

ArcTanh[(c*d^2 + a*e^2 + 2*c*d*e*x)/(2*Sqrt[c]*Sqrt[d]*Sqrt[e]*Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2])]/(
Sqrt[c]*Sqrt[d]*Sqrt[e])

________________________________________________________________________________________

Rubi [A]  time = 0.0250971, antiderivative size = 82, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 29, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.069, Rules used = {621, 206} \[ \frac{\tanh ^{-1}\left (\frac{a e^2+c d^2+2 c d e x}{2 \sqrt{c} \sqrt{d} \sqrt{e} \sqrt{x \left (a e^2+c d^2\right )+a d e+c d e x^2}}\right )}{\sqrt{c} \sqrt{d} \sqrt{e}} \]

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2],x]

[Out]

ArcTanh[(c*d^2 + a*e^2 + 2*c*d*e*x)/(2*Sqrt[c]*Sqrt[d]*Sqrt[e]*Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2])]/(
Sqrt[c]*Sqrt[d]*Sqrt[e])

Rule 621

Int[1/Sqrt[(a_) + (b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[2, Subst[Int[1/(4*c - x^2), x], x, (b + 2*c*x)
/Sqrt[a + b*x + c*x^2]], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{1}{\sqrt{a d e+\left (c d^2+a e^2\right ) x+c d e x^2}} \, dx &=2 \operatorname{Subst}\left (\int \frac{1}{4 c d e-x^2} \, dx,x,\frac{c d^2+a e^2+2 c d e x}{\sqrt{a d e+\left (c d^2+a e^2\right ) x+c d e x^2}}\right )\\ &=\frac{\tanh ^{-1}\left (\frac{c d^2+a e^2+2 c d e x}{2 \sqrt{c} \sqrt{d} \sqrt{e} \sqrt{a d e+\left (c d^2+a e^2\right ) x+c d e x^2}}\right )}{\sqrt{c} \sqrt{d} \sqrt{e}}\\ \end{align*}

Mathematica [A]  time = 0.0744948, size = 148, normalized size = 1.8 \[ \frac{2 \sqrt{c d} \sqrt{c d^2-a e^2} \sqrt{a e+c d x} \sqrt{\frac{c d (d+e x)}{c d^2-a e^2}} \sinh ^{-1}\left (\frac{\sqrt{c} \sqrt{d} \sqrt{e} \sqrt{a e+c d x}}{\sqrt{c d} \sqrt{c d^2-a e^2}}\right )}{c^{3/2} d^{3/2} \sqrt{e} \sqrt{(d+e x) (a e+c d x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2],x]

[Out]

(2*Sqrt[c*d]*Sqrt[c*d^2 - a*e^2]*Sqrt[a*e + c*d*x]*Sqrt[(c*d*(d + e*x))/(c*d^2 - a*e^2)]*ArcSinh[(Sqrt[c]*Sqrt
[d]*Sqrt[e]*Sqrt[a*e + c*d*x])/(Sqrt[c*d]*Sqrt[c*d^2 - a*e^2])])/(c^(3/2)*d^(3/2)*Sqrt[e]*Sqrt[(a*e + c*d*x)*(
d + e*x)])

________________________________________________________________________________________

Maple [A]  time = 0.046, size = 62, normalized size = 0.8 \begin{align*}{\ln \left ({ \left ({\frac{a{e}^{2}}{2}}+{\frac{c{d}^{2}}{2}}+cdex \right ){\frac{1}{\sqrt{dec}}}}+\sqrt{ade+ \left ( a{e}^{2}+c{d}^{2} \right ) x+cde{x}^{2}} \right ){\frac{1}{\sqrt{dec}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(1/2),x)

[Out]

ln((1/2*a*e^2+1/2*c*d^2+c*d*e*x)/(d*e*c)^(1/2)+(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(1/2))/(d*e*c)^(1/2)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 1.91133, size = 521, normalized size = 6.35 \begin{align*} \left [\frac{\sqrt{c d e} \log \left (8 \, c^{2} d^{2} e^{2} x^{2} + c^{2} d^{4} + 6 \, a c d^{2} e^{2} + a^{2} e^{4} + 4 \, \sqrt{c d e x^{2} + a d e +{\left (c d^{2} + a e^{2}\right )} x}{\left (2 \, c d e x + c d^{2} + a e^{2}\right )} \sqrt{c d e} + 8 \,{\left (c^{2} d^{3} e + a c d e^{3}\right )} x\right )}{2 \, c d e}, -\frac{\sqrt{-c d e} \arctan \left (\frac{\sqrt{c d e x^{2} + a d e +{\left (c d^{2} + a e^{2}\right )} x}{\left (2 \, c d e x + c d^{2} + a e^{2}\right )} \sqrt{-c d e}}{2 \,{\left (c^{2} d^{2} e^{2} x^{2} + a c d^{2} e^{2} +{\left (c^{2} d^{3} e + a c d e^{3}\right )} x\right )}}\right )}{c d e}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(1/2),x, algorithm="fricas")

[Out]

[1/2*sqrt(c*d*e)*log(8*c^2*d^2*e^2*x^2 + c^2*d^4 + 6*a*c*d^2*e^2 + a^2*e^4 + 4*sqrt(c*d*e*x^2 + a*d*e + (c*d^2
 + a*e^2)*x)*(2*c*d*e*x + c*d^2 + a*e^2)*sqrt(c*d*e) + 8*(c^2*d^3*e + a*c*d*e^3)*x)/(c*d*e), -sqrt(-c*d*e)*arc
tan(1/2*sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)*(2*c*d*e*x + c*d^2 + a*e^2)*sqrt(-c*d*e)/(c^2*d^2*e^2*x^2
+ a*c*d^2*e^2 + (c^2*d^3*e + a*c*d*e^3)*x))/(c*d*e)]

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{\sqrt{a d e + c d e x^{2} + x \left (a e^{2} + c d^{2}\right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**(1/2),x)

[Out]

Integral(1/sqrt(a*d*e + c*d*e*x**2 + x*(a*e**2 + c*d**2)), x)

________________________________________________________________________________________

Giac [A]  time = 1.31971, size = 116, normalized size = 1.41 \begin{align*} -\frac{\sqrt{c d} e^{\left (-\frac{1}{2}\right )} \log \left ({\left | -\sqrt{c d} c d^{2} e^{\frac{1}{2}} - 2 \,{\left (\sqrt{c d} x e^{\frac{1}{2}} - \sqrt{c d x^{2} e + c d^{2} x + a x e^{2} + a d e}\right )} c d e - \sqrt{c d} a e^{\frac{5}{2}} \right |}\right )}{c d} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(1/2),x, algorithm="giac")

[Out]

-sqrt(c*d)*e^(-1/2)*log(abs(-sqrt(c*d)*c*d^2*e^(1/2) - 2*(sqrt(c*d)*x*e^(1/2) - sqrt(c*d*x^2*e + c*d^2*x + a*x
*e^2 + a*d*e))*c*d*e - sqrt(c*d)*a*e^(5/2)))/(c*d)